Package-level declarations

Types

Link copied to clipboard
interface Assertion
Link copied to clipboard
class AssertionEvaluator(neo4jClient: <Error class: unknown class>, agentChatClient: AgentChatClient, scriptEvaluationService: ScriptEvaluationService) : SetupRunner
Link copied to clipboard
data class CypherAssertion(val cypher: String, val expected: Any, val weight: Int = 1) : Assertion
Link copied to clipboard
data class ObjectContextAssertion(val expression: String, val weight: Int = 1) : Assertion